From: Eli Zaretskii Date: Thu, 24 Jan 2002 17:18:35 +0000 (+0000) Subject: (record_char): Fix a typo in a comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59094 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a978004d1f504b6f1b191bdd3f1a7229bcf5a9aa;p=emacs.git (record_char): Fix a typo in a comment. --- diff --git a/src/keyboard.c b/src/keyboard.c index 3414f0d2604..16a6b175dfb 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3010,7 +3010,7 @@ record_char (c) if (EQ (XCAR (c), Qhelp_echo)) { /* Don't record `help-echo' in recent_keys unless it shows some help - message, and a different help than the previoiusly recorded + message, and a different help than the previously recorded event. */ Lisp_Object help, last_help;